home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 43
/
Aminet 43 (2001)(GTI - Schatztruhe)[!][Jun 2001].iso
/
Aminet
/
comm
/
tcp
/
rxsocket.lha
/
rxsocket
/
examples
/
amisearch.doc
next >
Wrap
Text File
|
2001-03-01
|
849b
|
27 lines
AmiSearch searches for files on aminet.
To install it just copy AmiSearch.rexx to your REXX: drawer.
AmiSearch can be used from a shell or from Amirc .
To use it from Amirc, add 2 aliases:
ams=/rx rexx:AmiSearch.rexx %p
amsb=/rx rexx:AmiSearch.rexx BREAK %p
ams is used to find.
amsb is used to break an istance of AmiSearch referred by a numeric id.
AmiSearch template is:
KEY,TIMEOUT/N,MAXLEN/K/N,SAY/S,HOST/K,URL/S,QUIET/S,BREAK/K/N
KEY - the key to search for
TIMEOUT - timeout in seconds (0 means none, default 0)
SAY - say in current Amirc channel
HOST - the host to use if URL is set
URL - usually AmiSearch report results as /aminet-dir/file.
if you set URL, files are reported as an absolute URL
with host as defined in HOST
QUIET - not show various info
BREAK - break an istance of AmiSearch, real usefull in Amirc use.